home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / gdiplusdelphi / demos / Using Images, Bitmaps, and Metafiles / Reading and Writing Metadata / Read / Unit1.dfm < prev    next >
Encoding:
Text File  |  2002-01-12  |  638 b   |  34 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 397
  5.   Height = 480
  6.   Caption = 'Read MetaData'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 8
  18.     Top = 48
  19.     Width = 377
  20.     Height = 393
  21.     ScrollBars = ssVertical
  22.     TabOrder = 0
  23.   end
  24.   object Button2: TButton
  25.     Left = 8
  26.     Top = 8
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Read'
  30.     TabOrder = 1
  31.     OnClick = Button2Click
  32.   end
  33. end
  34.